
<!DOCTYPE html>
<html>

<head>
<style>


#header {
    background-image: url('jays.jpg');
    background-repeat: no-repeat;
    background-position: 60px 15px; 
    background-color:blue;
    color:white;
    text-align:center;
    padding:5px;
    width: 100%;

     
}


#nav {
    line-height:30px;
    background-color:red;
    width:100%;
    float:left;
    padding:5px;	      
}

#section {
    width:100%;
    float:left;	 	 
}
#footer {
    background-color:blue;
    color:white;
    clear:both;
    text-align:center;
   padding:5px;	 	 
}


</style>
</head>

<body>

<div id="header">
<h1>Toronto Blue Jays</h1>
</div>

<div id="nav">
<table style="width:100%">
  <tr>
    	<td>Home</td>
	<td>History</td>
    	<td>Alumni</td>
	<td>Stadium</td>
	<td>Links</td>
  </tr>
</table>
</div>

<div id="section">
<h2>About</h2>

<IMG STYLE="position:absolute; TOP:165px; LEFT:800px; WIDTH:150px; HEIGHT:100px" SRC="jayslogos.jpg">

<IMG STYLE="position:absolute; TOP:165px; LEFT:950px; WIDTH:150px; HEIGHT:100px" SRC="jose.jpg">
<p>
The Toronto Blue Jays are a Canadian professional baseball team based in Toronto, Ontario. The Blue Jays <br>are a member of the East Division of Major League Baseball's American League, and play their home games <br>at Rogers Centre.
</p>
</div>

<div id="footer">
Copyright - Toronto Blue Jays Baseball
</div>

</body>
</html>